home *** CD-ROM | disk | FTP | other *** search
- Path: uwm.edu!msunews!news
- From: eisenbe4@pilot.msu.edu (eisenbe4@pilot.msu.edu)
- Newsgroups: comp.lang.c
- Subject: Re: assembly code in c ?
- Date: Sun, 17 Mar 1996 22:51:44 GMT
- Organization: Michigan State University
- Message-ID: <4ii5cn$ab3@msunews.cl.msu.edu>
- References: <314C6E40.5111@cs.concordia.ca>
- NNTP-Posting-Host: pm101-21.dialip.mich.net
- X-Newsreader: Forte Free Agent 1.0.82
-
- "Aaron H. Chu" <chuhc@cs.concordia.ca> wrote:
-
- >Dear netters,
-
- >I would like to know whether it is possble to embed assembly
- >codes in a c program.
-
- >What about the problems when writing codes on different
- >platforms ? Do I need to know the register sets well
- >before I attempt to write the program ?
-
- >Replies should direct to me and suggestios are welcomed
-
- >Thanks in advance
-
- >Aaron
-
- Yes you can program ASM into C. Its called in-line assemble
-
-